docs: create reproducible html
authorOlaf Hering <olaf@aepfle.de>
Tue, 3 Feb 2015 11:45:35 +0000 (12:45 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 24 Feb 2015 16:19:02 +0000 (16:19 +0000)
commitd76a66849100c4d0b1c4efe95845483681889e36
treeaec094656d681935ada62c66d44d101cb002edbb
parent96e0ee8386cf690c28c46a2c9f75cd2b03f646e1
docs: create reproducible html

The Makefile uses wildcard to collect a list of files. The resulting
list of files is in directory order, which is random. As a result the
generated html files will differ when build on different hosts.

Use the built-in sort function to get a stable list of files.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
docs/Makefile